home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / logrotate.d / wpa_action < prev   
Encoding:
Text File  |  2006-08-11  |  80 b   |  8 lines

  1. /var/log/wpa_action.log {
  2.     rotate 5
  3.     daily
  4.     compress
  5.     copytruncate
  6.     missingok
  7. }
  8.